From ec9bee40b839bf0bde7331ad0cf55c31f40946b3 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Tue, 24 Jun 2025 07:47:33 +0200 Subject: [PATCH] Tell opensnitch daemon to not flush al TCP connections on restart. Bug-Debian: https://bugs.debian.org/1103496 Forwarded: not-needed Last-update: 2025-05-26 This avoid killing connections like SSH and IRC when upgrading or restarting the service. See discussion in https://github.com/evilsocket/opensnitch/issues/1329 . Last-update: 2025-05-26 Gbp-Pq: Name 2010-no-tcp-flush-on-restart.patch --- daemon/default-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/default-config.json b/daemon/default-config.json index 302014a..ba8f9b7 100644 --- a/daemon/default-config.json +++ b/daemon/default-config.json @@ -22,6 +22,6 @@ }, "Internal": { "GCPercent": 100, - "FlushConnsOnStart": true + "FlushConnsOnStart": false } } -- 2.30.2